home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Form1"
- ClientHeight = 4020
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- Height = 4425
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Begin CommandButton cmdHelp
- Caption = "&Help"
- Height = 855
- Left = 3000
- TabIndex = 0
- Top = 480
- Width = 1815
- End
- Begin CommonDialog CDHelp
- Left = 120
- Top = 360
- End
- Option Explicit
- Sub cmdHelp_Click ()
- cd.helpfile = "Marc.hlp"
- cd.helpcontext = 1
- cd.action = 6
- End Sub
-